home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1996 June
/
What PC June 1996.iso
/
data
/
showcase
/
aboutus.dir
/
00033_GRNBUWUP.BMP.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-05
|
267 b
|
15 lines
on mouseDown
puppetSprite(3, 1)
set the castNum of sprite 3 to 32
updateStage()
repeat while the stillDown
nothing()
end repeat
set the castNum of sprite 3 to 33
updateStage()
puppetSprite(3, 0)
if the mouseCast = 33 then
go(5)
end if
end